export declare function variant(variants: Record, prop?: string): (props: any) => any; export default variant;