import type { VariantProps } from "tailwind-variants";
export declare const disclosureVariants: import("tailwind-variants").TVReturnType<{}, {
    base: string;
    body: string;
    bodyInner: string;
    content: string;
    heading: string;
    indicator: string;
    trigger: string;
}, undefined, {}, {
    base: string;
    body: string;
    bodyInner: string;
    content: string;
    heading: string;
    indicator: string;
    trigger: string;
}, import("tailwind-variants").TVReturnType<{}, {
    base: string;
    body: string;
    bodyInner: string;
    content: string;
    heading: string;
    indicator: string;
    trigger: string;
}, undefined, unknown, unknown, undefined>>;
type DisclosureRenderPropsKeys = "isExpanded" | "isDisabled" | "state";
export type DisclosureVariants = Omit<VariantProps<typeof disclosureVariants>, DisclosureRenderPropsKeys>;
export {};
//# sourceMappingURL=disclosure.styles.d.ts.map