import { CSSProperties } from "react"; type Props = { className?: string; style?: CSSProperties; }; export declare function MorphoViewerIconZoomOut({ className, style }: Props): import("react").JSX.Element; export {}; //# sourceMappingURL=zoom-out.d.ts.map