import DataInterface from "snb-components/src/Module/Interfaces/DataInterface"; export default interface HeadingDataInterface extends DataInterface{ title: string, subtitle: string, underlineColor: string }