import React from "react"; interface DSTestResultPageProps { embedded?: boolean; children: React.ReactNode; } export declare const DSTestResultPage: { ({ embedded, children }: DSTestResultPageProps): JSX.Element; Header: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: React.ElementType | undefined; }, React.DetailedHTMLProps, HTMLElement>, {}>; Media: ({ children, header, embedded, desktopBackgroundColor, mobileBackgroundColor }: import("./ui").MediaProps) => JSX.Element; Main: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: React.ElementType | undefined; }, React.DetailedHTMLProps, HTMLElement>, {}>; Footer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: React.ElementType | undefined; }, React.DetailedHTMLProps, HTMLElement>, {}>; DataContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: React.ElementType | undefined; }, React.DetailedHTMLProps, HTMLDivElement>, {}>; DataSection: ({ title, children }: import("./ui").DataSectionProps) => JSX.Element; Info: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: React.ElementType | undefined; }, React.DetailedHTMLProps, HTMLDivElement>, {}>; PoweredBy: ({ label, linkUrl, labelColor, logoColor, logoWidth, logoHeight }: import("./ui").PoweredByProps) => JSX.Element; VideoIllustration: () => JSX.Element; HomeworkIllustration: () => JSX.Element; ThankYouIllustration: () => JSX.Element; TimeIllustration: () => JSX.Element; }; export {};