export interface ComponentProps { /** * Number of pixels along the longest edge (higher = smaller pixels) * * @default 50 */ scale: number; /** * Space between pixels as a fraction of cell size (0 = no gap, 1 = fully invisible) * * @default 0 */ gap: number; /** * Roundness of each pixel * * @default 0 */ roundness: number; } export declare const componentDefinition: import('../..').GpuShaderDefinition; export default componentDefinition; //# sourceMappingURL=index.d.ts.map