import * as React from 'react'; export interface NoResults64Props extends React.SVGProps { ariaLabel?: string } export default function NoResults64({ ariaLabel, ...props }: NoResults64Props) { return ( ); }