interface Props { class?: string; 'aria-label'?: string; orientation?: 'horizontal' | 'vertical'; } declare const Divider: import("svelte").Component; type Divider = ReturnType; export default Divider;