declare const CLASS_PREFIX = "md-focus-ring";
declare const STYLE: {
    disabled: string;
    wrapper: string;
    inset: string;
};
export { CLASS_PREFIX, STYLE };
