declare function isStyleSupport(styleName: string | Array<string>): boolean;
export declare const isFlexSupported: boolean;
export default isStyleSupport;
