export declare function fixedWidth(width: number | string): object;
export declare function setTransformStyle(value: string): object;
export declare function getStyle(element: HTMLElement | null, prop: string | null): any;
