import React, { ComponentPropsWithoutRef } from "react"; import { VariantProps } from "tailwind-variants"; declare const gradientMaskVariants: import("tailwind-variants").TVReturnType<{ variant: { container: string; }; side: { both: string; left: string; right: string; none: string; }; }, undefined, "will-change-[mask-size,mask-position] [mask-position:0px] [mask-size:100%]", { variant: { container: string; }; side: { both: string; left: string; right: string; none: string; }; }, undefined, import("tailwind-variants").TVReturnType<{ variant: { container: string; }; side: { both: string; left: string; right: string; none: string; }; }, undefined, "will-change-[mask-size,mask-position] [mask-position:0px] [mask-size:100%]", unknown, unknown, undefined>>; export type GradientMaskProps = { children: React.ReactNode; className?: string; } & ComponentPropsWithoutRef<"div"> & VariantProps; export declare const GradientMask: React.ForwardRefExoticComponent<{ children: React.ReactNode; className?: string; } & Omit, HTMLDivElement>, "ref"> & VariantProps>> & React.RefAttributes>; export {}; //# sourceMappingURL=GradientMask.d.ts.map