export default icons;
declare namespace icons {
    const horizontal: string;
    const vertical: string;
}
