import { ComponentType } from 'react'; import { TableCellProps } from '../table'; import { Option } from '@servicetitan/form'; interface GetSelectEditableCellParams { options: Option[]; viewer?: ComponentType>; } export declare function getSelectEditableCell({ options, viewer }: GetSelectEditableCellParams): (props: TableCellProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=get-select-editable-cell.d.ts.map