/// import { IconProps } from './types'; export declare const LayersIcon: ({ color, ...props }: IconProps) => JSX.Element; export default LayersIcon;