import { type ComponentPropsWithoutRef } from 'react'; type AbstractProps = { alt?: string; width?: number | string; height?: number | string; }; type Props = AbstractProps & Omit, keyof AbstractProps>; export declare const SmartHRAILogo: import("react").NamedExoticComponent; export {};