import { DividerProps } from './types'; export const Divider = (props: DividerProps) => null;