interface ConsentConfig { brandName: string; position: 'bottom-right' | 'bottom-left' | 'top-right' | 'top-left'; accentColor?: string; } export declare class ConsentUI { private shadow; constructor(container: HTMLElement, config: ConsentConfig, onConsent: () => void); private render; } export {}; //# sourceMappingURL=ConsentUI.d.ts.map