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