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