import type { TextProps } from './types';
declare const Text: import("svelte").Component<TextProps, {}, "ref">;
export default Text;
