import { IRenderer } from 'fela'; import { ComponentType } from 'react'; export const StyleTags: ComponentType<{ renderer: IRenderer }>; export {};