export declare const componentDefaults: { button: { medium: { stylePreset: string; typographyPreset: string; }; }; link: { typographyPreset: string; }; input: { typographyPreset: string; }; label: { typographyPreset: string; }; textInput: { small: { label: { typographyPreset: string; }; }; medium: { label: { marginBlockEnd: string; spaceInline: string; typographyPreset: string; }; }; large: { label: { typographyPreset: string; }; }; }; };