import { ComponentProps, FC } from 'react'; type Props = { addons?: boolean; }; export declare const Tags: FC, keyof Props> & Props>; export {};