/** @jsx jsx */ import { FC } from 'react'; import { AddonProps } from './Addon.type'; /** * ```js * import { Addon, ListItem } from '@rkta/ui'; * import { ChevronSmallRight } from '@rkta/entypo'; * * * * * * Addon * * ``` */ export declare const Addon: FC; //# sourceMappingURL=Addon.d.ts.map