export interface TypographyAutokitProps {
    /** Placeholder text. */
    text?: string;
}
/**
 * Autokit for typography tokens `theme.typography` and fonts settings `theme.global.fonts`.
 */
export declare const TypographyAutokit: ({ text }: TypographyAutokitProps) => import("@emotion/react/jsx-runtime").JSX.Element;
