export declare const defaultProps: {
    copyStyles: boolean;
    pageStyle: string;
    removeAfterPrint: boolean;
    suppressErrors: boolean;
};
