import React from 'react'; declare const _default: { title: string; component: { (props: import("./NotchedTag").INotchedTagProps): React.ReactElement>; defaultProps: { size: import("./NotchedTag").Size; tagStyle: import("./NotchedTag").TagStyle; }; displayName: string; propTypes: { children: import("prop-types").Requireable; className: import("prop-types").Requireable; type: import("prop-types").Requireable; size: import("prop-types").Requireable; tagStyle: import("prop-types").Requireable; style: import("prop-types").Requireable; }; peek: { description: string; notes: { overview: string; intendedUse: string; technicalRecommendations: string; }; categories: string[]; }; }; parameters: { docs: { description: { component: any; }; }; }; }; export default _default; export declare const Basic: () => JSX.Element; //# sourceMappingURL=NotchedTag.stories.d.ts.map