/**
 * @file index.tsx
 *
 * @fileoverview Display the Flex within the component library.
 */
/// <reference types="react" />
declare const _default: {
    title: string;
    parameters: {
        component: ({ flow, alignItems, justifyContent, flexWrap, children }: import(".").FlexItemsProps) => JSX.Element;
    };
};
export default _default;
export declare const Flex: {
    (): JSX.Element;
    story: {
        title: string;
    };
};
export declare const FlexMargin: {
    (): JSX.Element;
    story: {
        title: string;
    };
};
