import * as React from 'react'; interface StoryIconProps { alignment: 'left' | 'right'; } export declare const StoryIcon: (props: StoryIconProps) => React.JSX.Element; export {};