import * as React from 'react'; import type { IChicletProps } from './Chiclet.types'; export declare const Chiclet: React.FunctionComponent;