import React from 'react'; import { CommonProps } from '../../props/common/types'; import { LayoutFlexItemStyle } from '../../props/layout/hooks/useLayoutFlexItemStyle'; import { OnLayoutProps } from '../../props/layout/hooks/useOnLayoutProps'; export interface LayoutFlexItemProps extends LayoutFlexItemStyle, OnLayoutProps, CommonProps { hide?: boolean; /** * @deprecated The attribute is meant for internal usage only * @see https://preply.atlassian.net/wiki/spaces/PDS/pages/3909812539/Design+System+visual+coverage */ preplyDsComponent?: string; } export declare const LayoutFlexItem: React.NamedExoticComponent; //# sourceMappingURL=LayoutFlexItem.d.ts.map