import * as React from 'react';
export interface AboutModalBoxBrandProps extends React.HTMLProps<HTMLDivElement> {
    /** additional classes added to the About Modal Brand  */
    className?: string;
    /** the URL of the image for the Brand.  */
    src?: string;
    /** the alternate text of the Brand image.  */
    alt: string;
}
export declare const AboutModalBoxBrand: React.FunctionComponent<AboutModalBoxBrandProps>;
//# sourceMappingURL=AboutModalBoxBrand.d.ts.map