export function QR(props: any): JSX.Element; export namespace QR { namespace propTypes { const style: PropTypes.Requireable; const image: PropTypes.Requireable; const type: PropTypes.Requireable; const dotsColor: PropTypes.Requireable; const dotsType: PropTypes.Requireable; const cornerSquareColor: PropTypes.Requireable; const cornerSqureType: PropTypes.Requireable; const cornerDotType: PropTypes.Requireable; const cornerDotColor: PropTypes.Requireable; const width: PropTypes.Requireable; const height: PropTypes.Requireable; const margin: PropTypes.Requireable; const imageMargin: PropTypes.Requireable; const download: PropTypes.Requireable; const background: PropTypes.Requireable; const href: PropTypes.Requireable; const ext: PropTypes.Requireable; } namespace defaultProps { const ext_1: string; export { ext_1 as ext }; const type_1: string; export { type_1 as type }; const margin_1: number; export { margin_1 as margin }; const imageMargin_1: number; export { imageMargin_1 as imageMargin }; const width_1: number; export { width_1 as width }; const height_1: number; export { height_1 as height }; const dotsColor_1: string; export { dotsColor_1 as dotsColor }; const dotsType_1: string; export { dotsType_1 as dotsType }; const cornerSqureType_1: string; export { cornerSqureType_1 as cornerSqureType }; const cornerSquareColor_1: string; export { cornerSquareColor_1 as cornerSquareColor }; const cornerDotType_1: string; export { cornerDotType_1 as cornerDotType }; const cornerDotColor_1: string; export { cornerDotColor_1 as cornerDotColor }; const background_1: string; export { background_1 as background }; const image_1: string; export { image_1 as image }; } const displayName: string; } export default QR; import PropTypes from "prop-types"; //# sourceMappingURL=QR.d.ts.map