export type OnyxLoadingIndicatorProps = { /** * Indicator type to use. */ type?: "circle" | "dots"; };