import { IconColor } from '../../types/colors.js'; export type LoadingIndicatorProps = { color?: IconColor; }; export declare const LoadingIndicator: import("preact").FunctionalComponent, "ref"> & { ref?: import("preact").Ref | undefined; }>; //# sourceMappingURL=loading-indicator.d.ts.map