export default Image; declare function Image({ alt, amp, className, fallbackHeight: height, fallbackWidth: width, loading, sizes, src, srcSet, title, }: { alt: any; amp: any; className: any; fallbackHeight: any; fallbackWidth: any; loading: any; sizes: any; src: any; srcSet: any; title: any; }): JSX.Element; declare namespace Image { namespace propTypes { const alt: PropTypes.Validator; const amp: PropTypes.Validator; const className: PropTypes.Requireable; const fallbackHeight: PropTypes.Validator; const fallbackWidth: PropTypes.Validator; const loading: PropTypes.Validator; const sizes: PropTypes.Requireable; const src: PropTypes.Validator; const srcSet: PropTypes.Requireable; const title: PropTypes.Requireable; } namespace defaultProps { const amp_1: boolean; export { amp_1 as amp }; const loading_1: string; export { loading_1 as loading }; } } import PropTypes from "prop-types"; //# sourceMappingURL=Image.d.ts.map