import { TickPosition } from './MenuSelectionGroup.types';
declare const CLASS_PREFIX = "md-menu-selection-group";
declare const DEFAULTS: {
    TICK_POSITION: TickPosition;
};
declare const STYLE: {
    wrapper: string;
    header: string;
};
export { CLASS_PREFIX, DEFAULTS, STYLE };
