import React from 'react'; interface IconsBlockProps { /** * When true, always render the loading placeholder bar regardless of whether the grid is ready. * Default behaviour renders placeholder only until the grid is generated. */ loading?: boolean; } export declare function ResponsiveIconsBlock({ loading }: IconsBlockProps): React.JSX.Element; export {}; //# sourceMappingURL=icons-block.d.ts.map