declare const getSelectSize: (size?: "sm" | "md" | "lg" | string) => "h-10 py-2 px-3 rounded-moon-i-sm" | "h-12 p-3 rounded-moon-i-sm" | "h-8 py-1 px-2 rounded-moon-i-xs"; export default getSelectSize; //# sourceMappingURL=getSelectSize.d.ts.map