import { TableHeightKeyType, TableLocalType } from './tablev2/TableUtils'; export declare const NoResult: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, import("styled-system").LayoutProps>> & import("styled-system").FlexboxProps>> & import("styled-system").GridProps>> & import("styled-system").SpaceProps>, string | number | symbol> & import("styled-system").PositionProps>> & import("styled-system").ColorProps>, string | number | symbol> & import("styled-system").BackgroundProps>, import("csstype").Property.Background> & import("styled-system").BordersProps>> & import("styled-system").TypographyProps>> & import("styled-system").ShadowProps>> & { gap?: string | number; } & { height: number | string; }, never>; export type UnsuccessfulResultProps = { name?: { en: { singular: string; plural: string; }; fr?: { singular: string; plural: string; }; }; locale?: TableLocalType; status: 'error' | 'loading' | 'idle' | 'noResult'; } & ({ rowHeight: TableHeightKeyType; heightInRem?: never; } | { rowHeight?: never; heightInRem?: number | string; }); export declare const UnsuccessfulResult: (props: UnsuccessfulResultProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=UnsuccessfulResult.component.d.ts.map