export declare class DcPopup { /** * Hero */ hero: string; /** * URL */ url: string; /** * Date */ date: string; /** * If false the component will be hidden */ open: boolean; componentWillLoad(): void; private close; private closeAndStoreCookie; render(): any; }