export interface KitchenSinkProps {
    color?: string;
}
