import { ReactNode } from 'react';
export type T_InformationBoxProps = {
    text?: {
        firstLine?: string;
        secondLine?: string | ReactNode;
    };
};
//# sourceMappingURL=index.d.ts.map