interface DividerColors { default: string; } interface DividerSpace { largeMarginX: string; largeMarginY: string; mediumMarginX: string; mediumMarginY: string; smallMarginX: string; smallMarginY: string; xlargeMarginX: string; xlargeMarginY: string; xsmallMarginX: string; xsmallMarginY: string; } interface DividerBorderWidths { default: string; } declare const dividerColors: DividerColors; declare const dividerBorderWidths: DividerBorderWidths; declare const dividerSpace: DividerSpace; export { dividerColors, dividerBorderWidths, dividerSpace };