import React from "react"; export interface DividerProps { type?: string; } declare const Divider: React.FC; export default Divider;