import type { BaseProps } from '../../type/component';
interface Props extends BaseProps {
    title: string;
    rightText?: string;
    rightIcon?: any;
    onRightClick?: () => void;
    iconSize?: number;
}
declare const ListTitle: import("svelte").Component<Props, {}, "">;
type ListTitle = ReturnType<typeof ListTitle>;
export default ListTitle;
//# sourceMappingURL=ListTitle.svelte.d.ts.map