declare const DEFAULTS: {
    readonly SIZE: "small";
};
export { DEFAULTS };
