export interface ComponentProps { /** * How sharp to make the underlying image * * @default 0 */ sharpness: number; } export declare const componentDefinition: import('../..').GpuShaderDefinition; export default componentDefinition; //# sourceMappingURL=index.d.ts.map