import type { Size } from '../../type';
import { Sizes } from '../../style';
export declare const StyleTypes: ["default", "card"];
export declare type StyleType = typeof StyleTypes[number];
export type { Size };
export declare type Value = string | number;
export declare type ValueMap = Map<Value, boolean>;
export { Sizes };
