import type { HTMLElementProps } from '../types';
declare const Symbol: import("svelte").Component<HTMLElementProps, {}, "ref">;
type Symbol = ReturnType<typeof Symbol>;
export default Symbol;
