sass-template-common 0.4.3 → 0.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -64,9 +64,9 @@ export declare interface Author {
64
64
 
65
65
  export declare const AutorComponent: FC<Props_12>;
66
66
 
67
- export declare const AutorHeader1: FC<Props_43>;
67
+ export declare const AutorHeader1: FC<Props_44>;
68
68
 
69
- export declare const AutorHeader2: FC<Props_44>;
69
+ export declare const AutorHeader2: FC<Props_45>;
70
70
 
71
71
  export declare interface AutorInfo {
72
72
  info: {
@@ -106,9 +106,9 @@ export declare interface AutorInfo {
106
106
  };
107
107
  }
108
108
 
109
- export declare const BannerAdvertising: ({ banners, name }: Props_26) => false | JSX.Element | null | undefined;
109
+ export declare const BannerAdvertising: ({ banners, name }: Props_27) => false | JSX.Element | null | undefined;
110
110
 
111
- export declare const BannerAdvertisingMiddle: ({ banners, index }: Props_25) => JSX.Element | null;
111
+ export declare const BannerAdvertisingMiddle: ({ banners, index }: Props_26) => JSX.Element | null;
112
112
 
113
113
  export declare interface BannerResponse {
114
114
  key: string;
@@ -400,15 +400,15 @@ export declare type ConfigMain = {
400
400
 
401
401
  export declare const ContactInfoServer: FC<Props_9>;
402
402
 
403
- export declare const ContactInput: FC<Props_38>;
403
+ export declare const ContactInput: FC<Props_39>;
404
404
 
405
- export declare const ContactSelect: FC<Props_39>;
405
+ export declare const ContactSelect: FC<Props_40>;
406
406
 
407
- export declare const ContactTextarea: FC<Props_40>;
407
+ export declare const ContactTextarea: FC<Props_41>;
408
408
 
409
- export declare const ContentLayout1: FC<Props_22>;
409
+ export declare const ContentLayout1: FC<Props_23>;
410
410
 
411
- export declare const ContentLayoutTema: FC<Props_36>;
411
+ export declare const ContentLayoutTema: FC<Props_37>;
412
412
 
413
413
  export declare const createAssessment: ({ projectID, recaptchaKey, token, recaptchaAction, apiKey, userAgent, userIpAddress, }: CreateAssessmentParams) => Promise<number | null>;
414
414
 
@@ -465,7 +465,7 @@ declare interface Date_2 {
465
465
  }
466
466
  export { Date_2 as Date }
467
467
 
468
- export declare const DEBUG_MainSlots: ({ mainBlock, StylesConfigMain, config, banners, }: Props_20) => JSX.Element | null;
468
+ export declare const DEBUG_MainSlots: ({ mainBlock, StylesConfigMain, config, banners, }: Props_21) => JSX.Element | null;
469
469
 
470
470
  export declare function decodeApiEnv<T = any>(encoded: Record<string, any>): T;
471
471
 
@@ -539,11 +539,11 @@ export declare class DynamicBlockServices extends CommonServices {
539
539
  }>;
540
540
  }
541
541
 
542
- export declare const DynamicComponents: ({ slots, DYNAMIC_SLOT_SUBINDEXES, stylesConfig, AutorIcon, config, banners, showTagBySection, }: Props_19) => JSX.Element[];
542
+ export declare const DynamicComponents: ({ slots, DYNAMIC_SLOT_SUBINDEXES, stylesConfig, AutorIcon, config, banners, showTagBySection, }: Props_20) => JSX.Element[];
543
543
 
544
- export declare const DynamicMainSlot: ({ component, data, banners, rightOnlyBanner, }: Props_18) => JSX.Element;
544
+ export declare const DynamicMainSlot: ({ component, data, banners, rightOnlyBanner, }: Props_19) => JSX.Element;
545
545
 
546
- export declare function DynamicSlot({ component, slot_id, data, banners, }: Props_16): JSX.Element | undefined;
546
+ export declare function DynamicSlot({ component, slot_id, data, banners, }: Props_17): JSX.Element | undefined;
547
547
 
548
548
  export declare const EditorialBlock: FC<Props_7>;
549
549
 
@@ -584,7 +584,7 @@ export declare interface Entity {
584
584
  };
585
585
  }
586
586
 
587
- export declare const ErrorComponent: FC<Props_37>;
587
+ export declare const ErrorComponent: FC<Props_38>;
588
588
 
589
589
  declare interface External_2 {
590
590
  httpstream: boolean;
@@ -604,7 +604,7 @@ export declare const Font: ({ config }: {
604
604
  config: Config;
605
605
  }) => JSX.Element;
606
606
 
607
- export declare const Footer: FC<Props_31>;
607
+ export declare const Footer: FC<Props_32>;
608
608
 
609
609
  export declare const FormatAfterScripts: (props: ScriptProps) => JSX.Element | null;
610
610
 
@@ -1061,11 +1061,11 @@ declare interface ItemListSchemaProps {
1061
1061
  ROUTE: MetadataDefaultsKeys;
1062
1062
  }
1063
1063
 
1064
- export declare const JournalistArticule2: FC<Props_47>;
1064
+ export declare const JournalistArticule2: FC<Props_48>;
1065
1065
 
1066
- export declare const JournalistGroup: FC<Props_48>;
1066
+ export declare const JournalistGroup: FC<Props_49>;
1067
1067
 
1068
- export declare const LayoutNewsComponent: FC<Props_45>;
1068
+ export declare const LayoutNewsComponent: FC<Props_46>;
1069
1069
 
1070
1070
  export declare const LazyLoader: ({ render, internalPath, section, stylesConfig, icon, isVisibleDefault, paths, API_ENV, fetchConfig, commentLabel, }: LazyLoaderProps) => JSX.Element;
1071
1071
 
@@ -1191,11 +1191,13 @@ export declare interface Link {
1191
1191
 
1192
1192
  export declare function LinkComponent(props: any): JSX.Element;
1193
1193
 
1194
- export declare const LiveBlogHeader: FC<Props_41>;
1194
+ export declare const LiveBlogHeader: FC<Props_42>;
1195
1195
 
1196
- declare const Location_2: FC<Props_21>;
1196
+ declare const Location_2: FC<Props_22>;
1197
1197
  export { Location_2 as Location }
1198
1198
 
1199
+ export declare function LoginPopUp({ loginUrl, onClose, checkAuth, icon, API_ENV, }: Props_13): JSX.Element;
1200
+
1199
1201
  export declare type Logo = {
1200
1202
  url: string;
1201
1203
  width: number;
@@ -1279,7 +1281,7 @@ export declare type MetadataDefaultsKeys = '404' | 'home' | 'slug' | 'news' | 'a
1279
1281
 
1280
1282
  export declare const metadataToJSX: (metadata: any) => JSX_2.Element[];
1281
1283
 
1282
- export declare const MiddleSection: FC<Props_24>;
1284
+ export declare const MiddleSection: FC<Props_25>;
1283
1285
 
1284
1286
  export declare const Modulo1x3: FC<Modulo1x3Props>;
1285
1287
 
@@ -1527,7 +1529,7 @@ declare interface NewsArticleProps {
1527
1529
 
1528
1530
  export declare const NewsComponent: (props: Props_10) => Promise<JSX.Element | undefined>;
1529
1531
 
1530
- export declare const NewsContent: FC<Props_35>;
1532
+ export declare const NewsContent: FC<Props_36>;
1531
1533
 
1532
1534
  declare interface NewsDescriptionBlockCSS extends NewsDescriptionCSS {
1533
1535
  '--news-description-block-padding-main'?: string;
@@ -1573,7 +1575,7 @@ export declare interface NewsResponse {
1573
1575
  data: DataNews[];
1574
1576
  }
1575
1577
 
1576
- export declare const NextPrev: FC<Props_34>;
1578
+ export declare const NextPrev: FC<Props_35>;
1577
1579
 
1578
1580
  export declare type NoteShare = {
1579
1581
  variant: 'outline' | 'container';
@@ -1768,44 +1770,59 @@ declare type Props_12 = {
1768
1770
  };
1769
1771
 
1770
1772
  declare type Props_13 = {
1773
+ checkAuth: () => Promise<void>;
1774
+ loginUrl?: string;
1775
+ onClose: () => void;
1776
+ icon: any;
1777
+ API_ENV: LibraryConfig;
1778
+ };
1779
+
1780
+ declare type Props_14 = {
1771
1781
  option: string;
1772
1782
  data: Array<VideoResponseData>;
1773
1783
  };
1774
1784
 
1775
- declare type Props_14 = {
1785
+ declare type Props_15 = {
1776
1786
  option: string;
1777
1787
  item: NewListResponseData;
1778
1788
  autorIcon: ReactNode;
1779
1789
  paths: RoutePathConfig;
1780
1790
  };
1781
1791
 
1782
- declare type Props_15 = {
1792
+ declare type Props_16 = {
1783
1793
  containerId: string;
1784
1794
  containerId2: string;
1785
1795
  };
1786
1796
 
1787
- declare type Props_16 = {
1797
+ declare type Props_17 = {
1788
1798
  component: string;
1789
1799
  slot_id: string;
1790
1800
  data: any;
1791
1801
  banners: BannerResponse[];
1792
1802
  };
1793
1803
 
1794
- declare type Props_17 = {
1804
+ declare type Props_18 = {
1795
1805
  children: ReactNode;
1796
1806
  stylesConfigEntry: {
1797
1807
  [key: string]: any;
1798
1808
  };
1799
1809
  };
1800
1810
 
1801
- declare type Props_18 = {
1811
+ declare type Props_19 = {
1802
1812
  component: string;
1803
1813
  data: any;
1804
1814
  banners: BannerResponse[];
1805
1815
  rightOnlyBanner?: boolean;
1806
1816
  };
1807
1817
 
1808
- declare type Props_19 = {
1818
+ declare type Props_2 = {
1819
+ id?: string;
1820
+ dimensionValues?: {
1821
+ [key: string]: string;
1822
+ };
1823
+ };
1824
+
1825
+ declare type Props_20 = {
1809
1826
  slots: any;
1810
1827
  DYNAMIC_SLOT_SUBINDEXES: number;
1811
1828
  stylesConfig: ConfigDynamic;
@@ -1815,59 +1832,52 @@ declare type Props_19 = {
1815
1832
  showTagBySection?: boolean;
1816
1833
  };
1817
1834
 
1818
- declare type Props_2 = {
1819
- id?: string;
1820
- dimensionValues?: {
1821
- [key: string]: string;
1822
- };
1823
- };
1824
-
1825
- declare type Props_20 = {
1835
+ declare type Props_21 = {
1826
1836
  mainBlock: any;
1827
1837
  StylesConfigMain: ConfigMain;
1828
1838
  config: Config;
1829
1839
  banners: BannerResponse[];
1830
1840
  };
1831
1841
 
1832
- declare type Props_21 = {
1842
+ declare type Props_22 = {
1833
1843
  place: string;
1834
1844
  };
1835
1845
 
1836
- declare type Props_22 = {
1846
+ declare type Props_23 = {
1837
1847
  children: ReactNode;
1838
1848
  desktopWidth?: string;
1839
1849
  className?: string;
1840
1850
  };
1841
1851
 
1842
- declare type Props_23 = {
1852
+ declare type Props_24 = {
1843
1853
  children: ReactNode;
1844
1854
  show: boolean;
1845
1855
  order?: number;
1846
1856
  id?: string;
1847
1857
  };
1848
1858
 
1849
- declare type Props_24 = {
1859
+ declare type Props_25 = {
1850
1860
  children: ReactNode;
1851
1861
  };
1852
1862
 
1853
- declare type Props_25 = {
1863
+ declare type Props_26 = {
1854
1864
  banners: Array<BannerResponse>;
1855
1865
  index: string | number;
1856
1866
  };
1857
1867
 
1858
- declare type Props_26 = {
1868
+ declare type Props_27 = {
1859
1869
  banners: Array<BannerResponse>;
1860
1870
  name: string;
1861
1871
  };
1862
1872
 
1863
- declare type Props_27 = {
1873
+ declare type Props_28 = {
1864
1874
  title?: string;
1865
1875
  content: Array<NewListResponseData>;
1866
1876
  customNewsDescriptionStyles?: CSSProperties;
1867
1877
  paths: RoutePathConfig;
1868
1878
  };
1869
1879
 
1870
- declare type Props_28 = {
1880
+ declare type Props_29 = {
1871
1881
  title: string;
1872
1882
  sibtitle: string;
1873
1883
  image: ReactNode;
@@ -1878,13 +1888,6 @@ declare type Props_28 = {
1878
1888
  submitFunction: any;
1879
1889
  };
1880
1890
 
1881
- declare type Props_29 = {
1882
- title: string;
1883
- sibtitle: string;
1884
- image: ReactNode;
1885
- texts: textsType;
1886
- };
1887
-
1888
1891
  declare type Props_3 = {
1889
1892
  AssetsPrefix: string | Record<string, string>;
1890
1893
  AssetsPath: string;
@@ -1892,11 +1895,18 @@ declare type Props_3 = {
1892
1895
  };
1893
1896
 
1894
1897
  declare type Props_30 = {
1898
+ title: string;
1899
+ sibtitle: string;
1900
+ image: ReactNode;
1901
+ texts: textsType;
1902
+ };
1903
+
1904
+ declare type Props_31 = {
1895
1905
  whatsappLink: string;
1896
1906
  terms: string;
1897
1907
  };
1898
1908
 
1899
- declare type Props_31 = {
1909
+ declare type Props_32 = {
1900
1910
  socials: any;
1901
1911
  socialNetworks: any;
1902
1912
  freeZone: Array<MenuResponse>;
@@ -1907,17 +1917,17 @@ declare type Props_31 = {
1907
1917
  custom_styles?: React.CSSProperties;
1908
1918
  };
1909
1919
 
1910
- declare type Props_32 = {
1920
+ declare type Props_33 = {
1911
1921
  noteShare?: NoteShare;
1912
1922
  url?: string;
1913
1923
  };
1914
1924
 
1915
- declare type Props_33 = {
1925
+ declare type Props_34 = {
1916
1926
  video: VideoResponseData;
1917
1927
  type: string;
1918
1928
  };
1919
1929
 
1920
- declare type Props_34 = {
1930
+ declare type Props_35 = {
1921
1931
  currentPage: number;
1922
1932
  showNext: boolean;
1923
1933
  maxPages: number;
@@ -1929,19 +1939,19 @@ declare type Props_34 = {
1929
1939
  block_subPublication?: boolean;
1930
1940
  };
1931
1941
 
1932
- declare type Props_35 = {
1942
+ declare type Props_36 = {
1933
1943
  children: ReactNode;
1934
1944
  paginatorComponent?: ReactNode;
1935
1945
  grid?: 3 | 4;
1936
1946
  className?: string;
1937
1947
  };
1938
1948
 
1939
- declare type Props_36 = {
1949
+ declare type Props_37 = {
1940
1950
  children: ReactNode;
1941
1951
  className?: string;
1942
1952
  };
1943
1953
 
1944
- declare type Props_37 = {
1954
+ declare type Props_38 = {
1945
1955
  title: string;
1946
1956
  description: string;
1947
1957
  buttonText?: string;
@@ -1949,14 +1959,9 @@ declare type Props_37 = {
1949
1959
  backgroundImgURL?: string;
1950
1960
  };
1951
1961
 
1952
- declare type Props_38 = {
1953
- label: string;
1954
- } & InputHTMLAttributes<HTMLInputElement>;
1955
-
1956
1962
  declare type Props_39 = {
1957
1963
  label: string;
1958
- options: Array<SelectItem>;
1959
- } & InputHTMLAttributes<HTMLSelectElement>;
1964
+ } & InputHTMLAttributes<HTMLInputElement>;
1960
1965
 
1961
1966
  declare type Props_4 = {
1962
1967
  axiosApi: AxiosInstance;
@@ -1998,20 +2003,25 @@ declare type Props_4 = {
1998
2003
  head_custom_elements?: any;
1999
2004
  };
2000
2005
 
2001
- declare interface Props_40 extends DetailedHTMLProps<TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement> {
2006
+ declare type Props_40 = {
2007
+ label: string;
2008
+ options: Array<SelectItem>;
2009
+ } & InputHTMLAttributes<HTMLSelectElement>;
2010
+
2011
+ declare interface Props_41 extends DetailedHTMLProps<TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement> {
2002
2012
  label: string;
2003
2013
  }
2004
2014
 
2005
- declare type Props_41 = {
2015
+ declare type Props_42 = {
2006
2016
  fontSizeSubTitle?: string;
2007
2017
  lineHeightSubTitle?: string;
2008
2018
  } & NewListResponseData;
2009
2019
 
2010
- declare type Props_42 = {
2020
+ declare type Props_43 = {
2011
2021
  itemList: Array<ItemList>;
2012
2022
  };
2013
2023
 
2014
- declare type Props_43 = {
2024
+ declare type Props_44 = {
2015
2025
  autor: AutorInfo;
2016
2026
  autorIcon: any;
2017
2027
  className?: string;
@@ -2019,14 +2029,14 @@ declare type Props_43 = {
2019
2029
  socialIconsFilled?: boolean;
2020
2030
  };
2021
2031
 
2022
- declare type Props_44 = {
2032
+ declare type Props_45 = {
2023
2033
  autor: AutorInfo;
2024
2034
  autorIcon: any;
2025
2035
  /** Si true, usa iconos rellenos (filled) para redes sociales en lugar de outline */
2026
2036
  socialIconsFilled?: boolean;
2027
2037
  };
2028
2038
 
2029
- declare type Props_45 = {
2039
+ declare type Props_46 = {
2030
2040
  children: ReactNode;
2031
2041
  banner: ReactNode;
2032
2042
  bannerTop: ReactNode;
@@ -2035,7 +2045,7 @@ declare type Props_45 = {
2035
2045
  paths: RoutePathConfig;
2036
2046
  };
2037
2047
 
2038
- declare type Props_46 = {
2048
+ declare type Props_47 = {
2039
2049
  video: VideoResponseData;
2040
2050
  videoList: Array<VideoResponseData>;
2041
2051
  type: string;
@@ -2051,7 +2061,7 @@ declare type Props_46 = {
2051
2061
  relatedName?: string;
2052
2062
  };
2053
2063
 
2054
- declare interface Props_47 {
2064
+ declare interface Props_48 {
2055
2065
  autor: AutorInfo;
2056
2066
  autorIcon: any;
2057
2067
  texts: {
@@ -2060,28 +2070,13 @@ declare interface Props_47 {
2060
2070
  paths: RoutePathConfig;
2061
2071
  }
2062
2072
 
2063
- declare type Props_48 = {
2073
+ declare type Props_49 = {
2064
2074
  news: NewListResponseData;
2065
2075
  autorIcon: ReactNode;
2066
2076
  texts: textsType;
2067
2077
  paths: RoutePathConfig;
2068
2078
  };
2069
2079
 
2070
- declare type Props_49 = {
2071
- tag: string;
2072
- description: string;
2073
- img: string;
2074
- className?: string;
2075
- url?: string;
2076
- social?: {
2077
- facebook: string;
2078
- twitter: string;
2079
- linkedin: string;
2080
- google: string;
2081
- instagram: string;
2082
- };
2083
- };
2084
-
2085
2080
  declare type Props_5 = {
2086
2081
  children: ReactNode;
2087
2082
  defaultRouteName: MetadataDefaultsKeys;
@@ -2106,6 +2101,21 @@ declare type Props_5 = {
2106
2101
  body_custom_elements?: any;
2107
2102
  };
2108
2103
 
2104
+ declare type Props_50 = {
2105
+ tag: string;
2106
+ description: string;
2107
+ img: string;
2108
+ className?: string;
2109
+ url?: string;
2110
+ social?: {
2111
+ facebook: string;
2112
+ twitter: string;
2113
+ linkedin: string;
2114
+ google: string;
2115
+ instagram: string;
2116
+ };
2117
+ };
2118
+
2109
2119
  declare type Props_6 = {
2110
2120
  pathname?: string;
2111
2121
  slug?: string;
@@ -2139,7 +2149,7 @@ declare type Props_9 = {
2139
2149
  data: FreeZoneResponse[];
2140
2150
  };
2141
2151
 
2142
- export declare const Readest: FC<Props_27>;
2152
+ export declare const Readest: FC<Props_28>;
2143
2153
 
2144
2154
  export declare const ReCaptchaRender: ({ defaultRouteName }: {
2145
2155
  defaultRouteName: string;
@@ -2220,7 +2230,7 @@ export declare interface RoutePathConfig {
2220
2230
  'ultimas-noticias': string | 'ultimas-noticias';
2221
2231
  }
2222
2232
 
2223
- export declare function ScriptHydrator({ containerId, containerId2 }: Props_15): null;
2233
+ export declare function ScriptHydrator({ containerId, containerId2 }: Props_16): null;
2224
2234
 
2225
2235
  declare type ScriptProps = {
2226
2236
  name: string;
@@ -2285,7 +2295,7 @@ declare interface SectionCardProps_2 extends Omit<NewsDescriptionProps, 'preview
2285
2295
  heightImageOverwrite?: string;
2286
2296
  }
2287
2297
 
2288
- export declare const SectionCardServerComponent: FC<Props_14>;
2298
+ export declare const SectionCardServerComponent: FC<Props_15>;
2289
2299
 
2290
2300
  declare interface SectionCSS {
2291
2301
  '--section-title-color'?: string;
@@ -2330,9 +2340,9 @@ declare type SelectItem = {
2330
2340
  value: string | number;
2331
2341
  };
2332
2342
 
2333
- export declare function shareButtons({ noteShare }: Props_32): JSX.Element | null;
2343
+ export declare function shareButtons({ noteShare }: Props_33): JSX.Element | null;
2334
2344
 
2335
- export declare const ShowSection: FC<Props_23>;
2345
+ export declare const ShowSection: FC<Props_24>;
2336
2346
 
2337
2347
  declare interface Size {
2338
2348
  size: string;
@@ -2420,13 +2430,13 @@ export declare const speculationRulesHome: {
2420
2430
  }[];
2421
2431
  };
2422
2432
 
2423
- export declare function StaticSlotWrapper({ children, stylesConfigEntry, }: Props_17): JSX.Element;
2433
+ export declare function StaticSlotWrapper({ children, stylesConfigEntry, }: Props_18): JSX.Element;
2424
2434
 
2425
- export declare const SubscribeColumn: (props: Props_28) => JSX.Element;
2435
+ export declare const SubscribeColumn: (props: Props_29) => JSX.Element;
2426
2436
 
2427
- export declare const SubscribeRow: FC<Props_29>;
2437
+ export declare const SubscribeRow: FC<Props_30>;
2428
2438
 
2429
- export declare const SubscribeWhatsAppColumn: FC<Props_30>;
2439
+ export declare const SubscribeWhatsAppColumn: FC<Props_31>;
2430
2440
 
2431
2441
  declare interface Subtitle {
2432
2442
  rendered: string;
@@ -2467,7 +2477,7 @@ export declare interface Tag {
2467
2477
  info: boolean;
2468
2478
  }
2469
2479
 
2470
- export declare const TagHeader: FC<Props_49>;
2480
+ export declare const TagHeader: FC<Props_50>;
2471
2481
 
2472
2482
  export declare const TagSection: FC<TagSectionProps>;
2473
2483
 
@@ -2496,7 +2506,7 @@ export declare type textsType = {
2496
2506
  [key: string]: string;
2497
2507
  };
2498
2508
 
2499
- export declare const TimeLine: FC<Props_42>;
2509
+ export declare const TimeLine: FC<Props_43>;
2500
2510
 
2501
2511
  declare interface Title {
2502
2512
  home: string;
@@ -2543,9 +2553,9 @@ export declare const verifyCaptchaTokenEnterprise: ({ token, projectId, captchaK
2543
2553
  captchaAction: captchaActionType;
2544
2554
  }) => Promise<number>;
2545
2555
 
2546
- export declare const VideoBlock3: FC<Props_33>;
2556
+ export declare const VideoBlock3: FC<Props_34>;
2547
2557
 
2548
- export declare const VideoBlock4: FC<Props_46>;
2558
+ export declare const VideoBlock4: FC<Props_47>;
2549
2559
 
2550
2560
  export declare const VideoEmbeddedHeader: ({ newsformated, internal, commonServices, }: {
2551
2561
  newsformated: NewListResponseData;
@@ -2609,7 +2619,7 @@ declare interface VideoSchemasProps {
2609
2619
  axiosApi: AxiosInstance;
2610
2620
  }
2611
2621
 
2612
- export declare const VideoSection: FC<Props_13>;
2622
+ export declare const VideoSection: FC<Props_14>;
2613
2623
 
2614
2624
  export declare const VideosSchemas: ({ realPath, config, axiosApi }: VideoSchemasProps) => Promise<JSX.Element | null | undefined>;
2615
2625