import React from 'react'; type Props = { spining: boolean; iconColor?: string; children?: any; result: string; }; declare const _default: React.MemoExoticComponent<({ iconColor, spining, children, result }: Props) => JSX.Element>; export default _default;