import { FC } from 'react'; import { ListItemProps } from '../ListItem/ListItem.type'; /** * ```js * import { ListTitle } from '@rkta/ui'; * * Title * ``` */ export declare const ListTitle: FC; //# sourceMappingURL=ListTitle.d.ts.map