interface StyledRowLabelValueProperties { $isFullWidth?: boolean; } export declare const getGenesisRowLabelValueClass: ({ components }: { components: any; }, $isFullWidth?: boolean) => string; export declare const RowLabelValue: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLDivElement>, StyledRowLabelValueProperties>> & string; export declare const Skeleton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit> & string & Omit & { Button: import('react').FC; Avatar: import('react').FC; Input: import('react').FC; Image: import('react').FC; Node: import('react').FC; }, keyof import('react').Component>; export {};