import { OptionGroupData } from '../../slot.interface'; export declare class PdMessages { /** * The current opt out status. * This is set automatically by the client - DO NOT USE */ optionGroups: OptionGroupData | OptionGroupData[]; get hasMultipleOptionGroups(): boolean; private get filteredOptionGroups(); private getOptionGroupTitle; private getOptionGroupHideMessage; private getOptionGroupOneTimeActedMessage; render(): any; }