declare const CLASS_PREFIX = "md-aria-toolbar";
declare const DEFAULTS: {
    ORIENTATION: "horizontal";
    SHOULD_RENDER_AS_BUTTON_GROUP: boolean;
};
declare const STYLE: {
    wrapper: string;
};
export { CLASS_PREFIX, DEFAULTS, STYLE };
