export const Separator = ({ width = '100%', height = '100%', }: { width?: string; height?: string; }) => { return (