import { ButtonLayout } from "."; export declare class SecondLayerStyleSettings { buttonLayout?: ButtonLayout; showCloseButton?: Boolean; constructor(buttonLayout?: ButtonLayout, showCloseButton?: Boolean); }