import { FC } from 'react'; import { ButtonProps } from '../button'; export type PrintButtonProps = ButtonProps; export declare const PrintButton: FC; //# sourceMappingURL=print-button.d.ts.map