export declare const baseClass: string; export declare const sizeMapping: { full: string; half: string; quarter: string; }; export declare const marginMapping: { none: string; xs: string; s: string; m: string; l: string; xl: string; xxl: string; }; declare const mapping: ComponentMapping; export default mapping;