import { LoadingIndicatorProps } from "./LoadingIndicator"; declare const _default: { component: import("../..").ForwardedRefComponent; title: string; }; export default _default; export declare const Normal: { (props: LoadingIndicatorProps): import("@theme-ui/core/jsx-runtime").JSX.Element; args: {}; }; export declare const Large: { (props: LoadingIndicatorProps): import("@theme-ui/core/jsx-runtime").JSX.Element; args: { fontSize: string; }; }; export declare const Red: { (props: LoadingIndicatorProps): import("@theme-ui/core/jsx-runtime").JSX.Element; args: { color: string; }; }; export declare const CustomIcon: { (props: LoadingIndicatorProps): import("@theme-ui/core/jsx-runtime").JSX.Element; args: { icon: import("simplybusiness-icons/dist/types").IconDefinition; }; };