import { FC } from "react"; interface DepthSelectProps { depth: string[]; value?: string; onChange?: (depth: number) => void; } export declare const DepthSelect: FC; export {}; //# sourceMappingURL=depthSelect.d.ts.map