/// <reference types="react" />
import './style/index.js';
export * from './type';
export declare const Label: {
    ({ as, className, content, image, tag, icon, circular, attached, empty, basic, inverted, size, color, children, ...props }: import("./type").LabelProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
    displayName: string;
    Detail: {
        ({ as, className, content, children, ...props }: import("./type").LabelDetailProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
        displayName: string;
    };
};
export default Label;
