import type { BaseFlexProps, ForwardRefPrimitive } from '../types'; /** * [📖 Docs](https://ui.docs.amplify.aws/react/components/flex) */ export declare const Flex: ForwardRefPrimitive;