import { isStyleSupport } from "./styleChecker"; export declare const canUseDocElement: () => false | HTMLElement; export { isStyleSupport }; export declare const detectFlexGapSupported: () => boolean;