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