export declare class BsModalSize { static Small: string; static Large: string; static isValidSize(size: string): boolean; }