import type { FABPosition } from "@react-md/button";
import type { PositionAnchor } from "@react-md/utils";
/**
 * @remarks \@since 5.0.0
 * @internal
 */
export declare const noop: () => void;
/**
 * @remarks \@since 5.0.0
 * @internal
 */
interface DefaultAnchorOptions {
    menubar: boolean;
    menuitem: boolean;
    floating: FABPosition;
    horizontal: boolean;
}
/**
 * @remarks \@since 5.0.0
 * @internal
 */
export declare const getDefaultAnchor: ({ menubar, menuitem, floating, horizontal, }: DefaultAnchorOptions) => PositionAnchor;
export {};
