### Базовое использование ```tsx import React from 'react'; import { InformationWrapper, TextField, TextArea } from '@salutejs/plasma-web'; export function App() { const size = 'm'; const commonProps = { label: 'Лейбл', titleCaption: 'Подпись к полю', leftHelper: 'Подсказка слева', rightHelper: 'Подсказка справа', hintText: 'Текст тултипа', }; const SvgPlaceholder = () => { return (
); }; return (