import { display as foundationDisplay } from '@ni/fast-foundation'; /** * Each element should use the display utility which will create styles to: * - Set the `:host` display property * - Respond to the `hidden` attribute set on `:host` * - Configure `box-sizing` for `:host`, all elements in shadow root, and `::before` / `::after` pseudoelements */ export declare const display: typeof foundationDisplay;