declare const selectorStyles: { base: (props?: ({ color?: "white" | "blue" | "red" | "green" | "yellow" | "purple" | "gray" | "dark" | "black" | null | undefined; size?: "sm" | "md" | "lg" | "xs" | null | undefined; radius?: "none" | "sm" | "base" | "md" | "lg" | "full" | null | undefined; tone?: "solid" | "light" | null | undefined; initialRun?: boolean | null | undefined; withAnimation?: boolean | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; separator: (props?: ({ orientation?: "vertical" | "horizontal" | null | undefined; size?: "sm" | "md" | "lg" | "xs" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; tab: (props?: ({ size?: "sm" | "md" | "lg" | "xs" | null | undefined; color?: "white" | "blue" | "red" | "green" | "yellow" | "purple" | "gray" | "dark" | "black" | null | undefined; radius?: "none" | "sm" | "base" | "md" | "lg" | "full" | null | undefined; tone?: "solid" | "light" | null | undefined; active?: boolean | null | undefined; orientation?: "vertical" | "horizontal" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; wrapper: (props?: ({ radius?: "none" | "sm" | "base" | "md" | "lg" | "full" | null | undefined; shadow?: "none" | "sm" | "base" | "md" | "lg" | "xl" | null | undefined; size?: "sm" | "md" | "lg" | "xs" | null | undefined; orientation?: "vertical" | "horizontal" | null | undefined; fullWidth?: boolean | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; }; export { selectorStyles }; //# sourceMappingURL=Selector.styles.d.ts.map