/// <reference types="react" />
export interface HamburgerProps {
    /** The width of the Hamburger shape, defaults to '32px'. */
    width?: string;
    /** The color of the Hamburger shape, defaults to 'teal.base'. */
    color?: string;
}
export declare const Hamburger: ({ width, color, ...rest }: HamburgerProps) => JSX.Element;
//# sourceMappingURL=Hamburger.d.ts.map