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