export interface Props {
    color?: 'red' | 'black';
}
declare const Note: any;
export default Note;
