import React from 'react'; export default function Kicker(props: { /** * The text of the kicker. */ children: React.ReactNode; }): JSX.Element; //# sourceMappingURL=Kicker.d.ts.map