declare const CLASS_PREFIX = "md-menu-item";
declare const STYLE: {
    wrapper: string;
    tickPlaceholder: string;
};
export { CLASS_PREFIX, STYLE };
