export function Loading(props: any): JSX.Element; export namespace Loading { namespace propTypes { const style: PropTypes.Requireable; const minHeight: PropTypes.Requireable; const size: PropTypes.Requireable; const type: PropTypes.Requireable; const width: PropTypes.Requireable; const height: PropTypes.Requireable; const variant: PropTypes.Requireable; const className: PropTypes.Requireable; const animation: PropTypes.Requireable; const radius: PropTypes.Requireable; const padding: PropTypes.Requireable; const margin: PropTypes.Requireable; } namespace defaultProps { const className_1: string; export { className_1 as className }; const variant_1: string; export { variant_1 as variant }; const animation_1: string; export { animation_1 as animation }; const radius_1: number; export { radius_1 as radius }; const padding_1: string; export { padding_1 as padding }; const margin_1: string; export { margin_1 as margin }; } const displayName: string; } export default Loading; import PropTypes from "prop-types"; //# sourceMappingURL=Loading.d.ts.map