export declare const textBlockOverridesDefault: { typographyPreset: { xs: string; sm: string; }; stylePreset: string; marginBlockEnd: { xs: string; md: string; }; }; export declare const expandButtonDefault: { expand: string; collapse: string; }; export declare const unorderedListOverridesDefault: { content: { stylePreset: string; typographyPreset: { xs: string; sm: string; }; }; marginBlockEnd: { xs: string; md: string; }; }; export declare const expandButtonOverridesDefault: { stylePreset: string; paddingInline: string; paddingBlock: string; minHeight: string; minWidth: string; width: { xs: string; sm: string; }; };