import { GdsDiv } from '../div/div.component'; /** * @element gds-flex * * The `gds-flex` component extends the `gds-div` and sets the display property to `flex` by default. It is otherwise identical to the `gds-div` component. */ export declare class GdsFlex extends GdsDiv { static styles: (import("lit").CSSResult | import("lit").CSSResult[])[]; render(): any; }