export declare class SkyModalConfiguration { fullPage?: boolean; size?: string; ariaDescribedBy?: string; ariaLabelledBy?: string; tiledBody?: boolean; helpKey?: string; constructor(); }