import React from "react"; interface DSTestLandingPageProps { embedded?: boolean; children: React.ReactNode; } export declare const DSTestLandingPage: { ({ embedded, children }: DSTestLandingPageProps): 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>, {}>; Footer: ({ children }: import("./ui").FooterProps) => 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; Login: ({ label, disclaimer, children }: import("./ui").LoginProps) => JSX.Element; LoginButton: ({ method, primary, label, ...rest }: import("./ui").LoginButtonProps) => JSX.Element | null; LoginSeparator: ({ label }: import("./ui").LoginSeparatorProps) => JSX.Element; }; export {};