import React from 'react'; interface SizeProps { width?: number; height?: number; } declare const DeixLogo: React.FC; export default DeixLogo; //# sourceMappingURL=DeixLogo.d.ts.map