interface Props { children?: import('svelte').Snippet; side: 'first' | 'second'; class?: string; 'aria-label'?: string; 'aria-labelledby'?: string; } declare const SplitViewPane: import("svelte").Component; type SplitViewPane = ReturnType; export default SplitViewPane;