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