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