/** * Check if the browser supports CSS Anchor Positioning. * @public */ export declare const AnchorPositioningCSSSupported: boolean; /** * Check if the browser supports HTML Anchor Positioning. * @public */ export declare const AnchorPositioningHTMLSupported: boolean; /** * Check if the browser supports Custom States. * @public */ export declare const CustomStatesSetSupported: boolean; //# sourceMappingURL=support.d.ts.map