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