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