/// <reference types="react" />
interface HeaderProps {
    title: string;
    logoSrc: string;
    width?: string;
    height?: string;
}
export declare function StkHeader({ title, logoSrc, width, height, }: HeaderProps): JSX.Element;
export {};
