export declare function SetStyles(element: HTMLElement, styles: any, makeImportant?: any): void;
export declare function IsExistsElement(element: HTMLElement | null | undefined): boolean;
export declare function IsValidElement(element: HTMLElement): boolean;
export declare function IsPercentageSize(size: string): boolean;
