export declare const FocusRingDefinition: {
    readonly "shape-start-start": string;
    readonly "shape-start-end": string;
    readonly "shape-end-end": string;
    readonly "shape-end-start": string;
    readonly 'active-width': "8px";
    readonly color: "var(--md-sys-color-secondary, var(--md-sys-palette-secondary-40, #625b71))";
    readonly duration: "600ms";
    readonly 'inward-offset': "0px";
    readonly 'outward-offset': "2px";
    readonly width: "3px";
};
//# sourceMappingURL=focus-ring.definition.d.ts.map