import { DividerProps } from "./Divider.types"; export { default as Divider } from "./Divider"; export type { DividerProps };