export default interface ISlice { percent: number color: string darkColor: string key?: string label?: string }