declare const DEFAULT_DIMENSIONS: {
    readonly states: "state";
    readonly sizes: "size";
    readonly variants: "variant";
    readonly multiple: {
        readonly propName: "multiple";
        readonly multi: true;
    };
};
export type DefaultDimensions = typeof DEFAULT_DIMENSIONS;
export default DEFAULT_DIMENSIONS;
//# sourceMappingURL=defaultDimensions.d.ts.map