import React from 'react'; import type IconProps from './prop_types'; interface LocationProps extends IconProps { filled?: boolean; } export declare function IconLocation({ _modifierClass, 'aria-describedby': ariaDescribedby, 'aria-hidden': ariaHidden, 'aria-label': ariaLabel, 'aria-labelledby': ariaLabelledby, color, id, filled, size, tight, title }: LocationProps): React.JSX.Element; export {};