/// <reference types="react" />
export declare const CssPropsPanel: ({ storyId }: {
    storyId: string;
}) => JSX.Element;
