declare function SelectionModalBody({ children, className, isLoading, ...rest }: any): import("react/jsx-runtime").JSX.Element;
declare namespace SelectionModalBody {
    var defaultProps: {
        className: string;
    };
}
export default SelectionModalBody;
//# sourceMappingURL=SelectionModalBody.d.ts.map