import { TypographyInterface } from './typography.types'; export declare function typographyTheme(props: TypographyInterface): any; export declare function typographyAppearanceTheme(props: TypographyInterface): any; export declare function typographyModifyTheme(props: TypographyInterface): any; export declare function typographyWrapTheme(props: TypographyInterface): any; export declare function typographyTransformTheme(props: TypographyInterface): any;