import { StyleProps, VariantStyle, ToggleVariants } from '../types'; export declare const select: (variantStyles: VariantStyle[], variants?: ToggleVariants) => StyleProps;