import React from 'react'; import type { FlexItemProps } from './types'; declare function FlexItem({ width, height, order, grow, shrink, basis, flex, alignSelfAuto, alignSelfStart, alignSelfEnd, alignSelfCenter, alignSelfBaseline, alignSelfStretch, alignSelf, as: Tag, className, style, children, ...rest }: FlexItemProps): React.ReactElement; export default FlexItem; //# sourceMappingURL=FlexItem.d.ts.map