import type { CssLength } from '@breadstone/mosaik-themes'; /** * Represents the `IStickyElementProps` interface. * * @public */ export interface IStickyElementProps { top: CssLength; left: CssLength; } //# sourceMappingURL=IStickyElementProps.d.ts.map