import type { NewCoreIconProps } from '@atlaskit/icon';
import { type LazyExoticComponent } from 'react';
declare const AsyncLockCircleIcon: LazyExoticComponent<{
    (props: NewCoreIconProps): JSX.Element;
    displayName: string;
}>;
export default AsyncLockCircleIcon;
