import type { Spinner } from "./types"; export declare const createSpinner: (text: string) => Spinner; export default createSpinner;