export type SegmentStyleType = {
    id: string;
    clipPath: string;
    marginTop: number;
    marginLeft: number;
    transform: string;
};
export declare const segmentStyle: {
    [key: string]: SegmentStyleType;
};
export declare const skewedSegmentStyle: {
    [key: string]: SegmentStyleType;
};
