import React from 'react'; export declare const RowContainer: import("styled-components").StyledComponent<"tr", import("styled-components").DefaultTheme, {}, never>; type RowProps = { id?: string; value: React.ReactNode; label: React.ReactNode; actions: React.ReactNode; }; export declare const Row: ({ id, value, label, actions }: RowProps) => React.JSX.Element; export {}; //# sourceMappingURL=Row.d.ts.map