import type { ThemeType } from '../../constants'; export declare const baseBodyStyles: (theme: ThemeType) => string; export declare const TYPOGRAPHY_STYLE: { readonly display: (theme: ThemeType) => string; readonly heading: (theme: ThemeType) => string; readonly title: (theme: ThemeType) => string; readonly subtitle: (theme: ThemeType) => string; readonly body: (theme: ThemeType) => string; readonly bodyBold: (theme: ThemeType) => string; readonly caption: (theme: ThemeType) => string; readonly error: (theme: ThemeType) => string; readonly success: (theme: ThemeType) => string; readonly label: (theme: ThemeType) => string; readonly button: (theme: ThemeType) => string; readonly link: (theme: ThemeType) => string; }; export declare const Typography: { readonly Bold: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLElement>, {}>; readonly Button: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLSpanElement>, {}>; readonly Caption: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLParagraphElement>, {}>; readonly Display: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLHeadingElement>, {}>; readonly Error: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLParagraphElement>, {}>; readonly Heading: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLHeadingElement>, {}>; readonly Label: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLLabelElement>, {}>; readonly Link: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLAnchorElement>, {}>; readonly Subtitle: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLHeadingElement>, {}>; readonly Success: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLParagraphElement>, {}>; readonly Title: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLHeadingElement>, {}>; }; //# sourceMappingURL=index.d.ts.map