import { TypographySize } from '../../Typography'; import { ButtonSize } from '../Button.constants'; import { TextButtonSizeStyles } from './TextButton.types'; /** Maps button size to typography size */ export declare const TYPOGRAPHY_SIZE: Record; /** Maps button size to size-specific styles -- padding and gap */ export declare const SIZE_STYLES: Record; //# sourceMappingURL=TextButton.constants.d.ts.map