declare const emptyFontSizes: { text: string; }; declare const emptySizes: { wrapperSmallMinWidth: string; wrapperSmallMaxWidth: string; wrapperMediumMinWidth: string; wrapperMediumMaxWidth: string; }; declare const emptyColors: { text: string; }; declare const emptySpace: { wrapperPadding: string; textPadding: string; extraMarginTop: string; }; declare const emptyLineHeights: { text: string; }; export { emptyFontSizes, emptyColors, emptySpace, emptyLineHeights, emptySizes, };