export declare const canUseDocElement: () => HTMLElement;
export declare const isStyleSupport: (styleName: string | Array<string>) => boolean;
export declare const detectFlexGapSupported: () => boolean;
export default isStyleSupport;
