export interface ICropMarksProps { width?: number | string; height?: number | string; background?: number | string; cropMarkColor?: string; cropMarksVisible?: boolean; border?: string; children?: any; style?: any; } export declare const CropMarks: ({width, height, background, cropMarkColor, cropMarksVisible, border, children, style}: ICropMarksProps) => JSX.Element; export default CropMarks;