import { type ButtonProps } from '@pitrix/portal-ui'; export declare const ButtonPasteFrom: (props: ButtonProps & { onPaste?: (text: string) => void; onCancel?: () => void; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=button-paste-from.d.ts.map