declare const isStyleSupport: (styleName: string | string[]) => boolean;
export declare const isFlexSupported: boolean;
export default isStyleSupport;