import React from 'react'; import { CustomColumnsEntityPageState } from '../../state/CustomColumnsEntityPageState'; export interface CustomColumnsEntityPagePanelMountProps { state: CustomColumnsEntityPageState; } declare function _CustomColumnsEntityPagePanelMount({ state, }: CustomColumnsEntityPagePanelMountProps): React.JSX.Element; declare namespace _CustomColumnsEntityPagePanelMount { var displayName: string; } export declare const CustomColumnsEntityPagePanelMount: typeof _CustomColumnsEntityPagePanelMount & { displayName: string; }; export {}; //# sourceMappingURL=CustomColumnsEntityPagePanelMount.d.ts.map