import type { IconProps } from './icon.props'; export declare const AttentionFilled: ({ color, stroke, size, ref, ...rest }: IconProps) => JSX.Element; export default AttentionFilled;