import * as React from 'react'; import type { ButtonProps } from '@theme'; export declare function ButtonWithLoading({ loading, children, onClick, ...props }: React.PropsWithChildren): React.JSX.Element; //# sourceMappingURL=ButtonWithLoading.d.ts.map