import { TV } from 'tailwind-variants'; export { TV, VariantProps } from 'tailwind-variants'; declare const tv: TV; declare const filterVariantProps: , K extends keyof T>(props: T, variantKeys?: K[]) => Pick | object; export { filterVariantProps, tv };