export function Tooltip({ children, y }: { children: any; y: any; }): React.JSX.Element; export const Message: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; import QRInstructions from './QRInstructions'; import QRInvalidPopupContent from './QRInvalidPopupContent'; import React from 'react'; export { QRInstructions, QRInvalidPopupContent };