import type { ZeroFillingEntry } from '../../panels/filtersPanel/Filters/hooks/useZeroFilling.js'; interface BaseSimpleZeroFillingOptionsPanelProps { filter: ZeroFillingEntry; } export declare function BaseSimpleZeroFillingOptionsPanel(props: BaseSimpleZeroFillingOptionsPanelProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=BaseSimpleZeroFillingOptionsPanel.d.ts.map