import * as React from "react";
export declare const CssPropsPanel: ({ storyId }: {
    storyId: string;
}) => React.JSX.Element;
