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