import { ComponentPropsWithoutRef, FunctionComponent } from 'react';
interface Props extends ComponentPropsWithoutRef<'span'> {
    isActive?: boolean;
}
export declare const HamburgerIcon: FunctionComponent<Props>;
export {};
