import React from 'react'; import { CommonProps } from '../../props/common/types'; import { LayoutFlexStyle } from '../../props/layout/hooks/useLayoutFlexStyle'; import { OnLayoutProps } from '../../props/layout/hooks/useOnLayoutProps'; export interface LayoutFlexProps extends LayoutFlexStyle, 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 LayoutFlex: React.NamedExoticComponent; //# sourceMappingURL=LayoutFlex.d.ts.map