import React from "react"; import { ChipProps } from "@material-ui/core"; declare type ChipPropsExtacted = Omit; export declare type ChipColorTypes = "blue" | "gray" | "green" | "orange"; export interface GovernanceChipProps extends ChipPropsExtacted { color?: ChipColorTypes; } export declare const GovernanceChip: React.FC; export {}; //# sourceMappingURL=GovernanceChip.d.ts.map