export function QuoteModal({ children, ...restProps }: { [x: string]: any; children: any; }): JSX.Element;