import type { BoxProps } from "@twilio-paste/box"; import * as React from "react"; import type { Variants } from "./types"; export interface SuffixProps { children: NonNullable; disabled?: boolean; element: BoxProps["element"]; variant?: Variants; } declare const Suffix: React.ForwardRefExoticComponent>; export { Suffix }; //# sourceMappingURL=Suffix.d.ts.map