export declare const SCHEMAS: { readonly default: string[]; readonly short: string[]; readonly long: string[]; }; export type SchemaType = keyof typeof SCHEMAS; //# sourceMappingURL=sizeScales.d.ts.map