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