/** @jsx jsx */ /** @jsxFrag React.Fragment */ import * as React from "react"; /** * Component to render a start adornment. * * This is intended to be rendered below ``. If this is rendered on * it's own; it will render `children` without any modification. */ export declare const FormStartAdornment: React.FC<{ className?: string; }>;