declare const textButtonVariants: { default: string; dark: string; light: string; }; export default textButtonVariants;