import React from 'react';
export interface UnstyledConsentToggleProps {
    category: 'analytics' | 'marketing' | 'functional';
    className?: string;
    label?: string;
}
export declare const UnstyledConsentToggle: React.FC<UnstyledConsentToggleProps>;
//# sourceMappingURL=UnstyledConsentToggle.d.ts.map