/// <reference types="react" />
import './style/index.js';
export * from './type';
export declare const Segment: {
    ({ as, className, placeholder, raised, stacked, piled, color, secondary, content, children, ...props }: import("./type").SegmentProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
    displayName: string;
    Inline: {
        ({ as, className, content, children, ...props }: import("./type").SegmentInlineProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
        displayName: string;
    };
    Group: {
        ({ as, className, basic, content, children, ...props }: import("./type").SegmentGroupProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
        displayName: string;
    };
};
export default Segment;
