///
import { IIconProps } from '../Icon';
export interface ISeparatorIconProps extends IIconProps {
}
export declare const SeparatorIcon: {
({ className, ...passThroughs }: ISeparatorIconProps): JSX.Element;
_isPrivate: boolean;
displayName: string;
peek: {
description: string;
categories: string[];
extend: string;
madeFrom: string[];
};
propTypes: {
className: import("prop-types").Requireable;
size: import("prop-types").Requireable;
width: import("prop-types").Requireable;
height: import("prop-types").Requireable;
viewBox: import("prop-types").Requireable;
aspectRatio: import("prop-types").Requireable;
isClickable: import("prop-types").Requireable;
isDisabled: import("prop-types").Requireable;
onClick: import("prop-types").Requireable<(...args: any[]) => any>;
onSelect: import("prop-types").Requireable<(...args: any[]) => any>;
children: import("prop-types").Requireable;
color: import("prop-types").Requireable;
};
defaultProps: {
size: number;
aspectRatio: string;
viewBox: string;
isDisabled: boolean;
isClickable: boolean;
color: import("../Icon").Color;
onClick: (...args: any[]) => void;
onSelect: (...args: any[]) => void;
};
};
export default SeparatorIcon;
//# sourceMappingURL=SeparatorIcon.d.ts.map