interface Props {
    attributes?: Record<string, any>;
}
declare const Source: import("svelte").Component<Props, {}, "">;
type Source = ReturnType<typeof Source>;
export default Source;
