import type { TextStyle } from 'react-native'; import type { TypographyType, TypographySize, TypographyTitleLevel } from './type'; export declare const getTypeStyle: (theme: DiceUI.Theme, type?: TypographyType) => TextStyle; export declare const getSizeStyle: (theme: DiceUI.Theme, size: TypographySize, isTitle: boolean, level: TypographyTitleLevel) => TextStyle; export declare const getLevelStyle: (theme: DiceUI.Theme, level: TypographyTitleLevel) => TextStyle;