import React from 'react'; declare type Props = { light?: boolean; width?: string; height?: string; textColor?: string; }; declare const _default: React.ComponentType; export default _default;