import type SizeProps from "../types/SizeProps"; declare const getStatusSize: (size?: SizeProps) => "[&_.status]:w-2 [&_.status]:h-2 [&_.status]:border" | "[&_.status]:w-3 [&_.status]:h-3 [&_.status]:border-2" | "[&_.status]:w-4 [&_.status]:h-4 [&_.status]:border-2"; export default getStatusSize; //# sourceMappingURL=getStatusSize.d.ts.map