import { IOperativeLayout } from './types/operativeLayout';
/**
 *  @deprecated This component has been deprecated and will be removed in the next MAJOR release.
 */
export declare const OperativeLayout: (props: IOperativeLayout) => JSX.Element;
