import type { ComponentType } from 'react'; import type { TableCellProps } from '../table'; import type { 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