import type { ListSubTitleProps } from '../types/index.js';
declare const ListItemSubtitle: import("svelte").Component<ListSubTitleProps, {}, "">;
type ListItemSubtitle = ReturnType<typeof ListItemSubtitle>;
export default ListItemSubtitle;
