import * as React from 'react';
import { ImageControlsProps as ImageControlsCustomProps } from '../types/controls';
type ImageControlsProps = ImageControlsCustomProps;
declare const ImageDefaultControls: React.FC<ImageControlsProps>;
export default ImageDefaultControls;
