import type { SeamlessIframeProps } from "./definitions"; declare const SeamlessIframe: { (props: SeamlessIframeProps): JSX.Element; defaultProps: Partial; }; export { SeamlessIframe };