import React from 'react'; type GalleryTitleProps = { isMobile?: boolean; }; export declare function GalleryTitle({ isMobile }: GalleryTitleProps): React.JSX.Element; export {};