/// import { IDividerProps } from "../../config/type"; declare function FDivider(props: IDividerProps): JSX.Element; export default FDivider;