import { Attributes, Component } from 'jinge'; export declare class Divider extends Component { static template: string; tag: 'hr' | 'li'; constructor(attrs: Attributes); __afterRender(): void; }