import type { ComponentType } from '../../jsx'; import type { BaseStructureProps } from './types'; export interface SequenceZigzagPucks3dProps extends BaseStructureProps { gap?: number; } export declare const SequenceZigzagPucks3d: ComponentType;