/**
* Copyright © INOVUA TRADING.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
///
import Item from './Item';
export { default as Flex } from './Flex';
export { default as Item } from './Item';
declare const _default: {
Flex: import("react").MemoExoticComponent>>;
Item: typeof Item;
};
export default _default;