import { FunctionComponent } from 'preact';
import { TIconProps } from '../../types';
declare const BraveIcon: FunctionComponent<TIconProps>;
export default BraveIcon;
//# sourceMappingURL=BraveIcon.d.ts.map