export interface ComponentProps { /** * Intensity of the diffuse blur effect * * @default 30 */ intensity: number; /** * How to handle edges when distortion pushes content out of bounds * * Accepts one of: `"stretch"`, `"transparent"`, `"mirror"`, `"wrap"`. * @default "stretch" */ edges: string; } export declare const componentDefinition: import('../..').GpuShaderDefinition; export default componentDefinition; //# sourceMappingURL=index.d.ts.map