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