import type * as CSS from 'csstype'; /** * Types for flexbox related CSS properties */ export interface customFlexboxProps { /** * The CSS `flex-direction` property */ flexDir?: CSS.Property.FlexDirection; } export declare const customFlexBox: import("styled-system").styleFn;