/// declare const Section: { ({ children, ...restProps }: any): JSX.Element; Row({ children, ...restProps }: any): JSX.Element; Column({ children, type, ...restProps }: any): JSX.Element; TopLine({ children, ...restProps }: any): JSX.Element; Heading({ children, ...restProps }: any): JSX.Element; Subtitle({ children, ...restProps }: any): JSX.Element; Content({ children, ...restProps }: any): JSX.Element; }; export { Section };