/** * + * * Feature card with icon + responsive grid. * * Usage: * * *

Easy Setup

*

One line to get started.

*
*
*/ import { RyElement } from '../core/ry-element.js'; export declare class RyFeature extends RyElement { #private; setup(): void; } export declare class RyFeatureGrid extends RyElement { } //# sourceMappingURL=ry-feature.d.ts.map