import React from "react"; interface DSLandingPageProps { children: React.ReactNode; embedded?: boolean; } export declare const DSLandingPage: { ({ children, embedded }: DSLandingPageProps): JSX.Element; Header: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: React.ElementType | undefined; }, React.DetailedHTMLProps, HTMLElement>, {}>; Main: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: React.ElementType | undefined; }, React.DetailedHTMLProps, HTMLElement>, {}>; Section: ({ title, children }: import("./ui").SectionProps) => JSX.Element; Separator: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: React.ElementType | undefined; }, React.DetailedHTMLProps, HTMLDivElement>, {}>; TitleImage: ({ url, position, editable, loading, embedded, onUpload, onDelete, readonlyAttribute, readonly, onReposition }: import("./ui").TitleImageProps) => JSX.Element; Logo: ({ url, editable, loading, onUpload, onDelete }: import("./ui").LogoProps) => JSX.Element | null; }; export {};