import React from 'react'; import { CommonProps } from '../../components/chooser'; declare type Props = { filterStageId?: (stageId?: string, boardId?: string, pipelineId?: string) => void; onSelect?: (datas: any[]) => void; stageId?: string; boardId?: string; pipelineId?: string; refetchQuery: string; chooserComponent?: any; } & CommonProps; declare const _default: { new (props: Readonly): { render(): JSX.Element; context: any; setState(state: {} | ((prevState: Readonly<{}>, props: Readonly) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void; forceUpdate(callBack?: (() => void) | undefined): void; readonly props: Readonly<{ children?: React.ReactNode; }> & Readonly; state: Readonly<{}>; refs: { [key: string]: React.ReactInstance; }; }; new (props: Props, context?: any): { render(): JSX.Element; context: any; setState(state: {} | ((prevState: Readonly<{}>, props: Readonly) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void; forceUpdate(callBack?: (() => void) | undefined): void; readonly props: Readonly<{ children?: React.ReactNode; }> & Readonly; state: Readonly<{}>; refs: { [key: string]: React.ReactInstance; }; }; contextType?: React.Context | undefined; }; export default _default; //# sourceMappingURL=ConformityChooser.d.ts.map