import type { VariantProps } from "tailwind-variants";
export declare const scrollShadowVariants: import("tailwind-variants").TVReturnType<{
    hideScrollBar: {
        false: {};
        true: {
            base: string;
        };
    };
    orientation: {
        horizontal: {
            base: string;
        };
        vertical: {
            base: string;
        };
    };
    variant: {
        fade: {
            base: string;
        };
    };
}, {
    base: string;
}, undefined, {
    hideScrollBar: {
        false: {};
        true: {
            base: string;
        };
    };
    orientation: {
        horizontal: {
            base: string;
        };
        vertical: {
            base: string;
        };
    };
    variant: {
        fade: {
            base: string;
        };
    };
}, {
    base: string;
}, import("tailwind-variants").TVReturnType<{
    hideScrollBar: {
        false: {};
        true: {
            base: string;
        };
    };
    orientation: {
        horizontal: {
            base: string;
        };
        vertical: {
            base: string;
        };
    };
    variant: {
        fade: {
            base: string;
        };
    };
}, {
    base: string;
}, undefined, unknown, unknown, undefined>>;
export type ScrollShadowVariants = VariantProps<typeof scrollShadowVariants>;
//# sourceMappingURL=scroll-shadow.styles.d.ts.map