import { isStyleSupport } from '@kylin-ui/shared';
export declare const canUseDocElement: () => false | HTMLElement;
export declare const detectFlexGapSupported: () => boolean;
export { isStyleSupport };
