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