import { SFC } from 'react';
interface Props {
    onZoomIn?(): any;
    onZoomOut?(): any;
    onReset?(): any;
}
export declare const ZoomButtons: SFC<Props>;
export default ZoomButtons;
