import type { SystemBarProps } from '../types/index.js';
declare const SystemBar: import("svelte").Component<SystemBarProps, {}, "">;
type SystemBar = ReturnType<typeof SystemBar>;
export default SystemBar;
