import type { Theme, Status } from './theme.js';
export declare function usePrefix({ status, theme, }: {
    status?: Status;
    theme?: Theme;
}): string;
