///
interface SegmentItemProps {
active: boolean;
onClick: () => void;
segmentWidth: number;
}
interface IndicatorProps {
segmentWidth: number;
transform: string;
}
export declare const SegmentsContainer: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const SegmentItem: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & SegmentItemProps, import("react").DetailedHTMLProps, HTMLButtonElement>, {}>;
export declare const Indicator: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & IndicatorProps, import("react").DetailedHTMLProps, HTMLButtonElement>, {}>;
export {};
//# sourceMappingURL=style.d.ts.map