import * as React from 'react';
import type { TLBounds } from '../../types';
export interface CloneButtonsProps {
    bounds: TLBounds;
    targetSize: number;
    size: number;
}
declare function _CloneButtons({ targetSize, size, bounds }: CloneButtonsProps): JSX.Element;
export declare const CloneButtons: React.MemoExoticComponent<typeof _CloneButtons>;
export {};
//# sourceMappingURL=CloneButtons.d.ts.map