import React from 'react';
interface Props {
    color: string;
}
declare const _default: React.NamedExoticComponent<React.PropsWithChildren<Props>>;
export default _default;
