export interface GenTeaserTagsProps {
    /** An array of tags */
    tags: string[];
}
/**
 * Tags
 */
declare const GenTeaserTags: (props: GenTeaserTagsProps) => any;
export default GenTeaserTags;
