import * as React from 'react'; import '@charcoal-ui/icons'; import type { PixivIcon, Props } from '@charcoal-ui/icons'; export interface OwnProps { unsafeNonGuidelineScale?: number; className?: string; } export interface IconProps extends OwnProps, React.PropsWithoutRef> { } declare const Icon: React.ForwardRefExoticComponent>; export default Icon; //# sourceMappingURL=index.d.ts.map