export declare function useText(initialValue?: string): readonly [Text, (value: string) => void];