import { type Theme } from './theme.mjs'; export declare function usePrefix({ isLoading, theme, }: { isLoading?: boolean; theme?: Theme; }): string;