declare namespace _default { export { TextInput as component }; export const title: string; } export default _default; export function Default(): JSX.Element; export function WithoutLabel(): JSX.Element; export function NoBorder(): JSX.Element; export function WithOnBlur(): JSX.Element; export function WithPattern(): JSX.Element; import TextInput from "./TextInput";