import { Attributes, Component } from 'jinge'; export interface ListItemUISrefAttrs { ripple?: boolean; disabled?: boolean; to?: string; active?: string; target?: string; } export declare class ListItemUISref extends Component { static template: string; ripple?: boolean; disabled?: boolean; to?: string; active?: string; target?: string; constructor(attrs: Attributes); }