import React from "react"; type Props = { color?: string; height?: number; }; export declare const Divider: (props: Props) => React.JSX.Element; export default Divider; //# sourceMappingURL=Divider.d.ts.map