/// interface Props { color?: string; className?: string; } export default function PrintIcon({ color, className, }: Props): JSX.Element; export {};