///
import type { FlexDirection } from '../Box/Box.types';
export declare const StyledFlex: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute & import("..").FlexProps & import("react").RefAttributes, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}, {
$direction?: FlexDirection | undefined;
}>> & string & Omit & import("..").FlexProps & import("react").RefAttributes>, keyof import("react").Component>;