export declare class Divider {
  el: HTMLElement;
  type: string;
  content: boolean;
  componentWillLoad(): void;
  render(): any;
}
