export declare class InformationAction { label: string | null; action: () => void; constructor(); }