import { default as React } from 'react'; import { ColorType } from '../../..'; interface FillTabsProps { colorType: ColorType; list: { label: string; value: string; hasBadge?: boolean; }[]; onChange: (value: string) => void; value: string; } declare const FillTabs: React.FC; export type { FillTabsProps }; export { FillTabs }; //# sourceMappingURL=index.d.ts.map