export declare const useSelectStyle: (props?: any) => Record<"select", string>;
export declare const useCustomOptionStyle: (props?: any) => Record<"checkbox" | "menuItem" | "root" | "var", string>;
