declare const _default: {
    notes: any;
    states: {
        title: string;
        props: {
            headerTitle: string;
        };
        containerStyle: {
            width: string;
        };
        content: string;
    }[];
};
export default _default;
