import React from 'react';
import { ViewStyle } from 'react-native';
export interface CardHeaderProps {
/** Text for the title. */
title?: React.ReactNode;
/** Text for the description. */
description?: React.ReactNode;
left?: React.ReactNode;
right?: React.ReactNode;
style?: ViewStyle;
}
export declare const CardHeaderDefaultProps: {};
/**
* # 🃏 CardHeader
*
* A component to show a title, subtitle and an avatar inside a Card.
*
* ## Usage
```jsx
import * as React from 'react';
import { Avatar, Button, Card } from '@bluebase/components';
const MyComponent = () => (
}
right={(props) =>