export declare const submenuIndicatorDirection: (vertical: boolean) => {
    transform?: undefined;
} | {
    transform: string;
};
