declare type Props = { color?: string; }; declare const _default: ({ color }: Props) => string; export default _default;