import React from 'react'; type Props = { fixturesDir: string; fixtureFileSuffix: string; }; export declare function BlankState({ fixturesDir, fixtureFileSuffix }: Props): React.JSX.Element; export declare const IconContainer: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const NoWrap: import("styled-components").StyledComponent<"span", any, {}, never>; export {};