import { PropsWithChildren } from 'react';
export declare function hasIconChildrenOnly<T>(props: PropsWithChildren): props is PropsWithChildren<T>;
export declare function hasChildrenWithStringAndIcons<T>(props: PropsWithChildren): props is PropsWithChildren<T>;
export declare function hasStringChildrenOnly<T>(props: PropsWithChildren): props is PropsWithChildren<T>;
