export interface Props {
    color: string;
}
