export declare const canUseDocElement: () => HTMLElement;
export declare const isStyleSupport: (styleName: string | string[]) => boolean;
export declare const detectFlexGapSupported: () => boolean;
