import React from 'react'; import { type IconProps } from './core'; interface IconLayeredSquaresQuestionProps extends IconProps { base?: '16' | '24'; } export declare function IconLayeredSquaresQuestion({ base, ...props }: IconLayeredSquaresQuestionProps): React.JSX.Element; export {};